home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OrganismMicroscope.swf / scripts / DefineButton2_147 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-05  |  141 b   |  12 lines

  1. on(press){
  2.    nigeCntz -= "1";
  3.    if("0" >= nigeCntz)
  4.    {
  5.       gotoAndPlay(12);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(37);
  10.    }
  11. }
  12.